home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_13_03 / pjp / ostrings.c < prev    next >
C/C++ Source or Header  |  1995-02-01  |  230b  |  9 lines

  1. ------------- Listing 6: The file ostrings.c ------------------
  2.  
  3. // ostringstream -- ostringstream basic members
  4. #include <<sstream>>
  5.  
  6. ostringstream::~ostringstream()
  7.         {       // destruct an ostringstream
  8.         }
  9.